gui/wizard: Add orientation message for macOS VFS users using virtual files
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Tue, 18 Feb 2025 04:07:58 +0000 (12:07 +0800)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 13 Mar 2025 10:29:11 +0000 (11:29 +0100)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/owncloudsetupwizard.cpp

index d3ed5688c652473a3499447f4832e10aa75a287d..633d8f6b7252e1618b5c7ef253a12e05442b56e7 100644 (file)
@@ -696,6 +696,14 @@ void OwncloudSetupWizard::slotAssistantFinished(int result)
                 tr("<font color=\"green\"><b>File Provider-based account %1 successfully created!</b></font>").arg(account->account()->userIdAtHostWithPort()));
             _ocWizard->done(result);
             emit ownCloudWizardDone(result);
+
+            QMessageBox::information(nullptr,
+                                     tr("Virtual files enabled"),
+                                     tr("Your account is now syncing with virtual files support. "
+                                        "This means that all your files are online-only by default, "
+                                        "and will be downloaded on-demand when you open them. "
+                                        "You may find your files under the <b>Locations</b> section of the Finder sidebar."));
+
             return;
         }
 #endif